internal/poll.pollDesc.runtimeCtx (field)

16 uses

	internal/poll (current package)
		fd_poll_runtime.go#L33: 	runtimeCtx uintptr
		fd_poll_runtime.go#L44: 	pd.runtimeCtx = ctx
		fd_poll_runtime.go#L49: 	if pd.runtimeCtx == 0 {
		fd_poll_runtime.go#L52: 	runtime_pollClose(pd.runtimeCtx)
		fd_poll_runtime.go#L53: 	pd.runtimeCtx = 0
		fd_poll_runtime.go#L58: 	if pd.runtimeCtx == 0 {
		fd_poll_runtime.go#L61: 	runtime_pollUnblock(pd.runtimeCtx)
		fd_poll_runtime.go#L65: 	if pd.runtimeCtx == 0 {
		fd_poll_runtime.go#L68: 	res := runtime_pollReset(pd.runtimeCtx, mode)
		fd_poll_runtime.go#L81: 	if pd.runtimeCtx == 0 {
		fd_poll_runtime.go#L84: 	res := runtime_pollWait(pd.runtimeCtx, mode)
		fd_poll_runtime.go#L97: 	if pd.runtimeCtx == 0 {
		fd_poll_runtime.go#L100: 	runtime_pollWaitCanceled(pd.runtimeCtx, mode)
		fd_poll_runtime.go#L104: 	return pd.runtimeCtx != 0
		fd_poll_runtime.go#L158: 	if fd.pd.runtimeCtx == 0 {
		fd_poll_runtime.go#L161: 	runtime_pollSetDeadline(fd.pd.runtimeCtx, d, mode)